home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 8 (Internal Edition)
/
Apple R&P Lib Internal v8.0.iso
/
3-Presentations
/
Service⁄Support⁄Training
/
Self-Paced Training
/
Apple Scanner Training
/
Changed
/
background_4009.txt
< prev
next >
Wrap
Text File
|
1988-07-18
|
4KB
|
154 lines
-- background: 4009 from stack: in
-- bmap block id: 4155
-- flags: 0000
-- background id: 0
-- name: Setting Up Scanner
----- HyperTalk script -----
on clear
set highlight of card button "Grayscale" to false
set highlight of card button "Halftone" to false
set highlight of card button "Line Art" to false
set highlight of card button "Preview" to false
end clear
-- part 19 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=7 top=317 right=338 bottom=110
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Setup
----- HyperTalk script -----
on mouseUp
visual effect zoom open
go to stack "Set-Up"
set highlight of background button "Installation" to false
set highlight of background button "Using" to false
set highlight of background button "Troubleshooting" to false
set highlight of background button "Setup" to true
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=220 top=308 right=342 bottom=263
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect zoom open
go to stack "Apple Scanner"
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: C004
-- rect: left=263 top=317 right=338 bottom=366
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Using
----- HyperTalk script -----
on mouseUp
visual effect zoom open
go to stack "Using"
set highlight of background button "Setup" to false
set highlight of background button "Installation" to false
set highlight of background button "Troubleshooting" to false
set highlight of background button "Using" to true
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=404 top=280 right=303 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 2162 / 2162
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Left
----- HyperTalk script -----
on mouseUp
visual zoom in to card
pop card
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: A004
-- rect: left=119 top=317 right=338 bottom=222
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Installation
----- HyperTalk script -----
on mouseUp
visual effect zoom open
go to stack "Installation"
set highlight of background button "Setup" to false
set highlight of background button "Using" to false
set highlight of background button "Troubleshooting" to false
set highlight of background button "Installation" to true
end mouseUp
-- part 30 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=376 top=317 right=338 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Troubleshooting
----- HyperTalk script -----
on mouseUp
visual effect zoom open
go to stack "Troubleshooting"
set highlight of background button "Setup" to false
set highlight of background button "Installation" to false
set highlight of background button "Using" to false
set highlight of background button "Troubleshooting" to true
end mouseUp